home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-22 | 322 b | 13 lines | [TEXT/KAHL] |
- // headers
-
- #define hiword(x) (((short *) &(x))[0])
- #define loword(x) (((short *) &(x))[1])
-
- void BasicInitializations();
- Boolean Prerequisites();
- void ApplicationStartup();
- void DisplayUserAlert(short messageID, Boolean exitToShell, OSErr error);
- void AlertOSErr(OSErr error);
- Handle GetTempHandle();
- void DoAbout();
-